Skip to content

Conversation

ntaylorkhan
Copy link
Contributor

Solves #1160 by including language informing users that large codebase may result in long worker startup time when no build_id is given.

What was changed

worker doc comment for build_id field.

Why?

On initialization the best-effort process results in walking and MD5 hashing every module in the codebase, this is normally fast but in large codebases (15M+ lines of code) this can result in a long wait for worker to boot.

Users should have some way to know that providing build_id resolves this issue.

Checklist

  1. Closes Modify code comment for Worker build_id field #1160

  2. How was this tested:
    n/a

  3. Any docs updates needed?
    n/a

Solves #1160 by including language informing users that large codebase may result in long worker startup time when no build_id is given.
@ntaylorkhan ntaylorkhan requested a review from a team as a code owner October 15, 2025 17:42
@CLAassistant
Copy link

CLAassistant commented Oct 15, 2025

CLA assistant check
All committers have signed the CLA.

@tconley1428 tconley1428 merged commit c8cbfe0 into main Oct 22, 2025
58 of 63 checks passed
@tconley1428 tconley1428 deleted the ntk/1160-modify-doc-comment-for-worker-build_id branch October 22, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify code comment for Worker build_id field

3 participants